object RWIN_Dialog: TRWIN_Dialog Left = 271 Top = 590 ActiveControl = NewValRWIN BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'New RWIN Setting' ClientHeight = 92 ClientWidth = 204 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 204 Height = 92 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 object Label1: TLabel Left = 15 Top = 23 Width = 100 Height = 13 Caption = 'New Value for RWIN' end object BtnRWIN_OK: TButton Left = 15 Top = 51 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = BtnRWIN_OKClick end object BtnRWIN_Cancel: TButton Left = 115 Top = 51 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 OnClick = BtnRWIN_CancelClick end object NewValRWIN: TEdit Left = 123 Top = 18 Width = 67 Height = 21 TabOrder = 2 end end end